toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]StartCaptureSessionCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action to take in
StartCaptureSessionCallback
.
Members
Constructors
Start
Capture
Session
Callback.
Action
Link copied to clipboard
public
void
StartCaptureSessionCallback.Action
(
Consumer
<
StartCaptureSession.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Tells the browser that the capture session request should be canceled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
select
Source
Link copied to clipboard
public
void
selectSource
(
Browser
browser
,
AudioCaptureMode
audioCaptureMode
)
Tells the browser to use the given browser as the capture source.
public
void
selectSource
(
CaptureSource
source
,
AudioCaptureMode
audioCaptureMode
)
Tells the browser to use the given capture source.
show
Select
Source
Dialog
Link copied to clipboard
public
void
showSelectSourceDialog
(
)
Tells the browser to display the default dialog for choosing the capture source.